home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 2 / Amiga Tools 2.iso / tex / macros / source / contrib / supported / xypic / src / xyps-wdo.doc < prev    next >
Text File  |  1995-03-15  |  4KB  |  108 lines

  1. %% $Id: xyps-wdo.doc,v 2.10 1994/06/15 12:46:03 ross Exp $
  2. %%
  3. %% XY-pic ``dviwindo'' PostScript backend support.
  4. %% Copyright (c) 1993-1994    Ross Moore    <ross@mpce.mq.edu.au>
  5. %%
  6. %% This file is part of the XY-pic package for graphs and diagrams in TeX.
  7. %% See the companion README and INSTALL files for further information.
  8. %% Copyright (c) 1991-1994    Kristoffer H. Rose    <kris@diku.dk>
  9. %%
  10. %% The XY-pic package is free software; you can redistribute it and/or modify
  11. %% it under the terms of the GNU General Public License as published by the
  12. %% Free Software Foundation; either version 2 of the License, or (at your
  13. %% option) any later version.
  14. %%
  15. %% The XY-pic package is distributed in the hope that it will be useful, but
  16. %% WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  17. %% or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  18. %% for more details.
  19. %%
  20. %% You should have received a copy of the GNU General Public License along
  21. %% with this package; if not, write to the Free Software Foundation, Inc.,
  22. %% 675 Mass Ave, Cambridge, MA 02139, USA.
  23. %%
  24. \ifx\xypswdoloaded\relax \message{not reloaded}\endinput \fi
  25. \let\xypswdoloaded=\relax \xycatcodes
  26.  
  27. \DOCMODE3%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  28.  
  29. This included file (version \stripRCS$Revision: 2.10 $) provides \XY-ps
  30. support for the |dviwindo| DVI driver.
  31.  
  32. \BUG: This code has not been tested!
  33.  
  34. \DOCMODE2%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  35. \DOCHEADER
  36.  
  37. \DOCMODE(
  38. \xywarnifdefined\dviwindoSpecial@
  39. \xywarnifdefined\dviwindoMacro@
  40. \xywarnifdefined\dviwindoRaw@
  41. \xywarnifdefined\dviwindoInclude@
  42. {\catcode`"=11 \catcode`:=11
  43.  \gdef\dviwindoSpecial@#1{\firstPS@@\special{pstext="#1"}}
  44.  \gdef\dviwindoMacro@#1{\firstPS@@\special{pstext="mark{#1}xy"}}
  45.  \gdef\dviwindoRaw@#1{\firstPS@@\special{pstext="#1"}}%
  46.  \gdef\dviwindoInclude@#1{\firstPS@@\special{psfile=#1}}
  47. }
  48. \DOCMODE)
  49.  
  50. \DOCMODE(
  51. \xydef@\dviwindo@{\gdef\dvitype@{dviwindo }\dvimessage@
  52.  \global\let\PSspecial@=\dviwindoSpecial@
  53.  \global\let\PSmacro@=\dviwindoMacro@
  54.  \global\let\PSdict@=\dviwindoMacro@
  55.  \global\let\PSraw@=\dviwindoRaw@
  56.  \global\let\PSinclude@=\dviwindoInclude@
  57.  \global\let\xyPSobeylines@=\obeyDVIWINDOlines@
  58.  \ifUsePSdict@@
  59.   \gdef\firstPS@@{\firstPS@ \includeXYPSdict@}%
  60.   \gdef\endXYdict@{\firstPS@}%
  61.  \else
  62.   \gdef\firstPS@@{\firstPS@ \@PSshipout}\gdef\endXYdict@{\firstPS@}\fi 
  63.  }%
  64.  
  65. \xywarnifdefined\obeyDVIWINDOlines@
  66. {\catcode`\^^M=\active
  67.  \gdef\obeyDVIWINDOlines@{\catcode`\^^M=\active \let^^M=\par \obeyspaces}}
  68. \DOCMODE)
  69.  
  70. \TODO: Verify the following:
  71. |dviwindo| requires the \PS\ dictionary to be included in the prolog, else
  72. shipped-out with every page. To handle this latter situation efficiently we
  73. rebind |\shipout|.
  74.  
  75. \DOCMODE2%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  76.  
  77. \paragraph*{The end \& Log}\leavevmode
  78.  
  79. \DOCMODE(
  80. \xyendinput
  81.  
  82. % $Log: xyps-wdo.doc,v $
  83. % Revision 2.10  1994/06/15  12:46:03  ross
  84. % Second release 3beta.
  85. % Colour and line style saving works; label colouring bug fixed.
  86. %
  87. % Revision 2.10  1994/06/15  12:46:03  ross
  88. % Second release 3beta.
  89. % Colour and line style saving works; label colouring bug fixed.
  90. %
  91. % Revision 2.9  1994/06/09  14:38:56  ross
  92. % Release 3beta.
  93. % Includes support for special effects: Rotations, Scaling, Line-width, Colour.
  94. % Back-ends are separated into separate files.
  95. % More back-ends are supported, experimentally --- needs testing.
  96. %
  97. % NEW for version 2.9 by Ross Moore  1994/05/30.
  98. \DOCMODE)
  99.  
  100. \DOCMODE3%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  101.  
  102. % Tell Emacs that this is a LaTeX document and how it is formatted:
  103. % Local Variables:
  104. % mode:latex
  105. % fill-column:77
  106. % fill-prefix:""
  107. % End:
  108.